/* .mil-banner-sm {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 20px;
    min-height: 200px;
    height: 25vh;
    max-height: 400px;
    overflow: hidden;
} */
.hp-field {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

.mil-banner-sm {
    position: relative;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    /* text-align: center; */
    padding: 10px 20px;
    min-height: 200px;
    height: 25vh;
    max-height: 400px;
    overflow: hidden;
}

.mil-banner-sm .mil-background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.mil-banner-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 2%;
}

.mil-banner-heading {
    font-size: 26px;
    font-weight: 700;
    color: #f0f0f0;
    padding: 0 3%;
    max-width: 800px;
}

.mil-accent {
    color:#cd0000;
}

.height {
    font-size: 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .mil-banner-sm {
        height: 40vh;
        padding: 20px 40px;
    }
}

@media (max-width: 768px) {
    .mil-banner-sm {
        height: 35vh;
        padding: 20px 28px;
    }
}

@media (max-width: 480px) {
    .mil-banner-sm {
        height: 20vh;
        padding: 40px 10px;
    }

    .mil-banner-sm .mil-banner-content h2 {
        font-size: 15px;
        /* Reduce heading size on small screens */
        text-align: center;
    }

    .mil-breadcrumbs {
        text-align: center;
        font-size: 14px;
    }
}

.mil-banner-sm .mil-banner-content {
    width: 100%;
    position: relative;
    max-width: 1200px;
}

.mil-banner-sm-2 {
    height: 550px;
    position: relative
}

.mil-add-page .mil-background-image,
.mil-banner-sm-2 .mil-background-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0
}

.mil-banner-sm-2 .mil-overlay {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 30, 38, .3)), to(#121820));
    background: linear-gradient(0deg, rgba(24, 30, 38, .3) 0, #121820 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0
}

.mil-banner-sm-3 {
    height: auto;
    position: relative
}

.mil-banner-sm-3 .mil-background-image {
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.mil-banner-sm-3 .mil-banner-content {
    padding-top: 220px;
    height: 100%
}

.mil-banner-panel {
    background-color: rgba(18, 24, 32, .1);
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mil-deep-bg,
.mil-tab-buttons.mil-tab-buttons-2 a.mil-active .mil-icon-bg {
    background-color: rgba(18, 24, 32, .05);
}

.mil-breadcrumbs {
    list-style: none;
    display: flex;
    padding: 0;
    margin-bottom: 20px;
}

.mil-breadcrumbs li {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mil-breadcrumbs li a {
    color: #f0f0f0;
    -webkit-transition: .2s cubic-bezier(0, 0, .3642, 1);
    transition: .2s cubic-bezier(0, 0, .3642, 1)
}

.mil-breadcrumbs li:after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #cd0000;
    margin: 0 15px
}

.mil-breadcrumbs li:last-child {
    cursor: not-allowed
}

.mil-breadcrumbs li:last-child::after {
    content: none !important;
}

.mil-breadcrumbs li:last-child a {
    pointer-events: none;
    /* color: rgba(18, 24, 32, .5) */
    color: #acacac;
}

.mil-mb-30 {
    margin-bottom: 8px !important;
}

.mil-uppercase {
    text-transform: uppercase;
    font-size: 17px;
}

.section-contact {
    margin: 20px 0 0 0;
}

.section-contact h2 {
    margin-bottom: -3px;
    color: #222529;
    font-weight: 700;
    font-size: 3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: capitalize;
    text-align: center;
}

.section-contact h2 span {
    color: #cd0000;
}

.section-contact p {
    font-size: 17px;
    line-height: 180%;
    text-align: center;
    margin: 0 auto;
    /* margin-top: 40px; */
    /* color: #cd0000; */
}

.section-contact .custom-divider {
    height: 2px;
    background: linear-gradient(90deg,
            #cd0000 0%,
            #cd0000 1%,
            #ffffff 1%,
            #ffffff 2%,
            #ececec 2%,
            #ececec 98%,
            #ffffff 98%,
            #ffffff 99%,
            #cd0000 99%,
            #cd0000 100%);
    margin: 25px 0;
    width: 100%;
    border-radius: 2px;
}

.section-contact .row>.col-lg-6:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 15%;
    bottom: 15%;
    width: 2px;
    background: linear-gradient(180deg,
            #cd0000 0%,
            #cd0000 1%,
            #ffffff 1%,
            #ffffff 2%,
            #ececec 2%,
            #ececec 98%,
            #ffffff 98%,
            #ffffff 99%,
            #cd0000 99%,
            #cd0000 100%);
    z-index: 2;
}

.section-contact .mil-box-center {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.section-contact .mil-mb-60 {
    margin-bottom: 60px;
}

.section-contact .mil-icon-frame {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.section-contact .mil-icon-frame.mil-icon-bg {
    width: 70px;
    border-radius: 50%;
    background-color: rgba(18, 24, 32, .05);
    height: 70px;
}

.section-contact .mil-icon-frame.mil-icon-bg.mil-icon-frame-md.mil-mb-30 h3 {
    margin-bottom: 0;
    color: #cd0000;
}

.section-contact .mil-mb-20 {
    margin-bottom: 0px !important;
}

.section-contact .mil-icon-frame.mil-icon-bg h5 {
    font-size: 18px;
}

.section-contact .mil-box-center h5 {
    font-size: 18px;
}

.section-contact .mil-mb-30 {
    margin-bottom: 10px !important;
}

/** contact FORM **/
section.section-enquiry {
    padding: 60px 0 0 0;
    position: relative;
    background-color: rgb(22 27 35 / 5%);
}

section.section-enquiry {
    padding: 15px 0;
    position: relative;
    background-color: rgb(3 6 11 / 5%);
}

section.section-enquiry h2.subtitle.mission-h2.text-dark {
    font-size: 3rem;
    color: #222529;
    text-align: center
}

section.section-enquiry .mil-accent {
    color: #cd0000;
}

section.section-enquiry label {
    color: #777;
    font-size: 1.4rem;
    font-weight: 500;
}

section.section-enquiry form {
    width: 70%;
    margin: 0 auto;
}

section.section-enquiry input {
    border-color: #ebebeb;
}

section.section-enquiry .form-group {
    margin-bottom: 20px;
}

section.section-enquiry .form-footer {
    margin-top: -2px;
}

section.section-enquiry .contact-info {
    border-bottom: 1px solid #eee;
}

section.section-enquiry .required {
    color: #cd0000;
}

section.section-enquiry .btn {
    /* display: block; */
    margin: 10px auto;
    padding: 10px 20px;
    font-size: 14px;
    /* background-color: #cd0000; */
    color: #cd0000;
    border-radius: 20px;
    border: 1px solid #cd0000;
    /* border: none; */
    cursor: pointer;
    transition: background-color 0.3s ease;
}

section.section-enquiry .btn:hover {
    background-color: white;
    color: #CD0000;
    border: 1px solid #CD0000;
}

/** contact FORM End **/

/** contact FAQ **/
section.section-faq {
    /* background: linear-gradient(135deg, #ffffff 0%, #f5f6f7 100%); */
    padding: 30px 0 0 0;
    position: relative;
}

section.section-faq .mb-50 {
    margin-bottom: 50px;
}

.tabs-simple .nav-tabs .nav-item .nav-link.active,
.tabs-simple .nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #cd0000;
    color: #000;
}

.section-contact .contact-details {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 1px rgba(18, 24, 32, .1);
    border-radius: 5px;
    transition: .4s cubic-bezier(0, 0, .3642, 1);
    padding: 0 40px;
    margin-top: 20px;
    color: #000000;
    font-weight: 600;

}

.section-contact .contact-details:hover {
    border-color: transparent;
    box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1);
    background-color: #fff;
}

.btn-close {
    appearance: none;
    border: none;
    background: transparent;
    width: 1em;
    height: 1em;
}

@media (max-width: 767px) {
    .mil-banner-sm {
        height: 20vh;
        padding: 10px 10px;
    }

    .mil-banner-sm .mil-banner-content {
        text-align: center;
    }

    .mil-deco {
        visibility: hidden;
    }

    .mil-uppercase {
        text-transform: uppercase;
        font-size: 20px;
    }

    .section-contact {
        margin: 5px 0;
    }

    .section-contact .mil-mb-60 {
        margin-bottom: 20px;
    }

    section.section-enquiry h2.subtitle.mission-h2.text-dark {
        font-size: 18px;
        margin-bottom: 8px;
    }

    section.section-enquiry form {
        width: 90%;
    }

    .mb45 {
        margin-bottom: -45px;
        margin-top: -16px;
    }

    .f20 {
        font-size: 18px;
    }

    .contact-info .h2-font {
         font-size: 18px;
    }

    .section-contact p {
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .section-contact .custom-divider {
        margin: 20px 0;
    }

    .section-contact h2 {
        margin-top: 5px;
    }

    .section-contact .mil-icon-frame.mil-icon-bg {
        width: 50px;
        height: 50px;
    }

    .section-contact .mil-box-center h5 {
        font-size: 15px;
    }

    .section-contact .contact-details {
        margin-top: 10px;
    }

    section.section-enquiry {
        padding: 17px 0;
    }

    section.section-enquiry .btn {
        margin: 0px auto;
        padding: 8px 18px;
        font-size: 12px;
    }

    .tabs-simple .nav-tabs .nav-link {
        font-size: 14px;
        padding: 5px 30px;
        margin-bottom: 8px;
    }
}